github.com/andybalholm/brotli/matchfinder.Writer.err (field)

9 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		matchfinder.go#L53: 	err     error
		matchfinder.go#L60: 	if w.err != nil {
		matchfinder.go#L61: 		return 0, w.err
		matchfinder.go#L70: 	for pos = 0; pos+w.BlockSize <= len(w.inBuf) && w.err == nil; pos += w.BlockSize {
		matchfinder.go#L78: 	return len(p), w.err
		matchfinder.go#L85: 	_, w.err = w.Dest.Write(w.outBuf)
		matchfinder.go#L86: 	return len(p), w.err
		matchfinder.go#L92: 	return w.err
		matchfinder.go#L98: 	w.err = nil